home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
t
/
00155_Script_155
< prev
next >
Wrap
Text File
|
1999-08-20
|
465b
|
13 lines
on mousedown
put the spritenum of sprite the clickon into x
set x = x - 20
put the membernum of sprite x into kkk
put the name of member kkk into field "name"
------------
put FileSaveAsDialog("Hard Disk:Desktop Folder",field "name" & ".jpg","Save image " & field "name" & ".jpg as:") into field "outPath"
------------
put field "outPath" into saveFile
CopyFile(the pathname & "images:art:" & field "name" & ".jpg", saveFile)
end